ComponentOne Xamarin.iOS
C1CursorCollectionView<T,K> Class
Members 


C1.CollectionView Assembly > C1.CollectionView Namespace : C1CursorCollectionView<T,K> Class
The type of the items in the collection.
The type of the token.
Base class for cursor-like collection views.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public MustInherit Class C1CursorCollectionView
    (Of T As Class,
     K) 
   Inherits C1CollectionViewBase(Of T)
   Implements ICollectionView(Of T), ISupportCurrency, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting 
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Type Parameters
T
The type of the items in the collection.
K
The type of the token.
Remarks
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
Inheritance Hierarchy

System.Object
   C1.CollectionView.C1CollectionViewBase<T>
      C1.CollectionView.C1CursorCollectionView<T,K>
         C1.CollectionView.C1CursorCollectionView<T>

See Also

Reference

C1CursorCollectionView<T,K> Members
C1.CollectionView Namespace